home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / windmp.zip / README.TXT < prev    next >
Text File  |  1991-10-31  |  2KB  |  72 lines

  1. Installation instructions for Beta Panasonic printer drivers 15-Oct-1991
  2.  
  3. This disk contains the following files
  4.  
  5. UNIDRV.DLL
  6. DMCOLOR.DLL
  7. PANSON.INF
  8. README.TXT
  9.  
  10. PANSON9.DRV
  11. PANSON9.TXT
  12.  
  13. PANSON24.DRV
  14. PANSON24.TXT
  15.  
  16.  
  17. To install the drivers for Windows 3.0 you will need to modify your
  18. setup.inf file to include the lines listed in the panson.inf file.
  19.  
  20. *** Note:  Before you start to do the following steps outlined below, 
  21.            copy your "setup.inf" file to a floppy or another 
  22.            subdirectory just in case your first attempt to modify the 
  23.            file does not work correctly for you.
  24.  
  25. To make these changes do the following.
  26.  
  27. 1.  Run NOTEPAD from within Windows.
  28.  
  29. 2.  Open the setup.inf file in the \windows\system directory.
  30.  
  31. 3.  Search to near the bottom of the file for the section titled [io.device]
  32.  
  33. 4.  Insert the lines for the panasonic printers from the
  34.     panson.inf file as follows.
  35.  
  36.  
  37. [io.device]
  38. ; (printers, plotters, etc.)
  39. ; The filename is followed by
  40. ;
  41. ; -- the descriptive string which will appear in Control Panel and
  42. ;    which will    appear in WIN.INI
  43. ; -- 1 or 2 strings indicating the scaling for this device
  44. ;
  45. ; There    may be more than one line for a    driver,    corresponding to different
  46. ; printers.
  47.  
  48. 6:PANSON9.DRV, "Beta Panasonic KX-P1180", "167,120,72", "60,72,120"
  49. 6:PANSON9.DRV, "Beta Panasonic KX-P1695", "167,120,72", "60,72,120"
  50. 5:PANSON24.DRV,"Beta Panasonic KX-P1123", "167,120,72", "60,72,120"
  51. 5:PANSON24.DRV,"Beta Panasonic KX-P1124", "167,120,72", "60,72,120"
  52. 5:PANSON24.DRV,"Beta Panasonic KX-P1624", "167,120,72", "60,72,120"
  53.  
  54. 5:TTY.DRV,"Generic / Text Only","DEVICESPECIFIC"
  55.  
  56. ...
  57.  
  58.  
  59. Add the following to the [io.dependent] section.
  60.  
  61. [io.dependent]
  62.   panson9.drv  = 6:unidrv.dll, 6:dmcolor.dll
  63.   panson24.drv = 5:unidrv.dll, 6:dmcolor.dll
  64.  
  65.  
  66. 5.  Exit NOTEPAD and save the changes to the setup.inf file.
  67.  
  68. 6.  Copy the UNIDRV.DLL and DMCOLOR.DLL files from this disk
  69.     to your \windows\system directory.
  70.  
  71. 7.  Run the Control Panel and install the new driver the same way you
  72.     installed other printer drivers.